ScanDocument IsSaveAndUseSerailizationState

The "IsSaveAndUseSerailizationState" property gets or sets the status of the save and resume facility for serial number marking. When activated, the marking controller saves the current serial number sequence in the event of a pause or stop, allowing it to resume marking from where it left off. This feature provides convenience and flexibility in managing and continuing serial number marking operations. For more detailed information, please refer to the Serial Number Marking section for additional documentation and guidance.

public bool IsSaveAndUseSerailizationState {get;set}

 

Return value

bool Serial number save and resume state

 

Example

Copy
//Save serialization instance data to SMC
scanDocument.IsSaveAndUseSerailizationState = true;

//Time to expire the serialization instance data
scanDocument.SerailizationStateSaveDataExpirationTime = 1;